 span[data-prononcer]:hover {
  /* Vos styles ici */
  color: red;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}